ADT Operations
Select an operation to begin.
Code Interface (Python-like)
class Tree:
def root(self): ...
def is_empty(self): ...
def parent(self, p): ...
def children(self, p): ...
def root(self): ...
def is_empty(self): ...
def parent(self, p): ...
def children(self, p): ...